{% extends 'base_dashboard.html' %} {% block title %}Issued certificates — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Issued certificates

Print official hard copies for students. Soft copies are available to students from their account.

{% for c in certificates %} {% empty %} {% endfor %}
Certificate ID Recipient Program Score Issued Actions
{{ c.verification_code }} {{ c.recipient_name }} {{ c.program_title }} {{ c.score_percent }}% {{ c.issued_at|date:"d M Y" }} Details Soft Print hard copy
No certificates issued yet.
{% endblock %}